#named #famous #documentation #structure #welcome #dish #beninese

nightly amiwo

Various utility types & functions for Rust. Named after a famous Beninese dish

6 releases

Uses old Rust 2015

0.2.3 May 28, 2017
0.2.2 May 28, 2017
0.1.0 May 19, 2017
0.0.1 May 11, 2017

#22 in #welcome

28 downloads per month

MIT license

78KB
1.5K SLoC

Current Crates.io Version Current documentation

Amiwô - API Documentation

Various utility types & functions for Rust

Hello, and welcome to the core Amiwô API documentation! This is very much a WIP project, derived from a similar work I did for Node.js

Libraries

  • Types - Various types commonly used.

Release notes

See CHANGELOG.md


lib.rs:

Amiwô - API Documentation

Hello, and welcome to the core Amiwô API documentation! This crate contains both various utility functions & types that I used across several applications as well as contribution to other third party modules

Structure

Each module in this library is held behind a feature flag. The present feature list is below, with an asterisk next to the features that are enabled by default:

  • "rest" => Rocket extension
  • "json" => Serde extension

The recommend way to include features from this crate via Cargo in your project is by adding a [dependencies.amiwo] section to your Cargo.toml file, setting default-features to false, and specifying features manually. For example, to use the Rocket module, you would add:

[dependencies.amiwo]
version = "*"
default-features = false
features = ["rest"]

This crate is expected to grow with time, adding new elements to outside crates

Dependencies

~8.5MB
~184K SLoC