docs.rs failed to build libutils-8.34.20
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-7.30.19
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, speed | No |
cage |
A thread-safe static mutable wrapper | Safe mutable statics, atomic types | Yes |
diff |
A bytearray diff | Incremental systems, text replacement | No |
issue |
A easy-to-use customizable error type | Error handling, issue reporting | No |
log |
A write-only vec-like buffer | Logs, no removals | Yes |
problem |
A problem wrapper with additional metadata | Error handling, logs | Yes |
report |
Comprehensive error wrappers for detailed logs | Compilers, error chains | Yes |
terminal |
A custom embedded terminal handler | Pretty-printing, typed behavior | Yes |