Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 536 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 536 Bytes

tiny_cache

Package Version Hex Docs

gleam add tiny_cache
import tiny_cache

pub fn main() {
  // TODO: An example of the project in use
}

Further documentation can be found at https://hexdocs.pm/tiny_cache.

Development

gleam run   # Run the project
gleam test  # Run the tests
gleam shell # Run an Erlang shell

tiny_cache