docs.rs failed to build libutils-5.18.25
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
libutils-5.17.24
libutils -- general utility library
This library is meant to have types that may be useful for coding executables and libraries that all need shared functionality.
| Module | Description | Use cases | Requires std |
|---|---|---|---|
array |
A maximum-sized array stored on the stack | Upper-bounded length arrays, unknown amount of elements, speed | No |
cage |
A thread-safe static mutable wrapper | Allocator APIs, safe mutable statics, atomic types | Yes |
report |
Comprehensive error wrappers for detailed logs | Compilers, error chains, logs | Yes |
terminal |
A custom embedded terminal handler | Pretty-printing, automatic reporting, typed behavior | Yes |