licenses.dev

tabled v0.15.0

An easy to use library for pretty print tables of Rust `struct`s and `enum`s.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT15
PackageRelationDependenciesPublished
arrayvec • 0.5.2A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT0
bytecount • 0.6.9count occurrences of a given byte, or the number of UTF-8 code points, in a byte slice, fastINDIRECT0
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
heck • 0.4.1heck is a case conversion library.INDIRECT0
minimal-lexical • 0.2.1Fast float parsing conversion routines.INDIRECT0
proc-macro-error-attr • 1.0.4Attribute macro for proc-macro-error crateINDIRECT4
proc-macro-error • 1.0.4Almost drop-in replacement to panics in proc-macrosINDIRECT6
proc-macro2 • 1.0.107A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.47Quasi-quoting macro quote!(...)INDIRECT2
syn • 1.0.109Parser for Rust source codeINDIRECT3
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. DIRECT0
utf8parse • 0.2.2Table-driven UTF-8 parserINDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
vte_generate_state_changes • 0.1.2Proc macro for generating VTE state changesINDIRECT3
vte • 0.10.1Parser for implementing terminal emulatorsINDIRECT6
MIT6
PackageRelationDependenciesPublished
ansi-str • 0.8.0A library which provides a set of methods to work with ANSI stringsDIRECT11
ansitok • 0.2.0A library for parsing ANSI Escape CodesDIRECT10
nom • 7.1.3A byte-oriented, zero-copy, parser combinators libraryINDIRECT2
owo-colors • 3.5.0Zero-allocation terminal colors that'll make people go owoDIRECT0
papergrid • 0.11.0Papergrid is a core library to print a tableDIRECT3
tabled_derive • 0.7.0Derive macros which is used by tabled crateDIRECT8
MIT OR Unlicense1
PackageRelationDependenciesPublished
memchr • 2.8.3Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.24Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/tabled)](https://licenses.dev/cargo/tabled)
<a href="https://licenses.dev/cargo/tabled">
  <img src="https://licenses.dev/b/cargo/tabled" alt="licenses" />
</a>

Or the licenses badge code for the 0.15.0 version:

[![licenses](https://licenses.dev/b/cargo/tabled/0.15.0)](https://licenses.dev/cargo/tabled/0.15.0)
<a href="https://licenses.dev/cargo/tabled/0.15.0">
  <img src="https://licenses.dev/b/cargo/tabled/0.15.0" alt="licenses" />
</a>
GitHub