avila 0.1.1

Meta-package for the complete AVL Cloud Platform ecosystem - Brazil First! 🇧🇷
Documentation
  • Coverage
  • 100%
    83 out of 83 items documented0 out of 25 items with examples
  • Size
  • Source code size: 32.79 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.25 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 15s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • avilaops

AVL Cloud Platform · Meta Crate

Meta pacote oficial da Ávila Engineering que organiza as features do ecossistema cloud soberano.

⚠️ Enquanto os componentes individuais não são liberados no crates.io, este crate fornece módulos placeholder e uma função de inventário (active_components) para ver quais features foram compiladas.

Instalação

[dependencies]
avila = "0.1.1"

Para habilitar determinados domínios:

[dependencies]
avila = { version = "0.1.1", features = ["full"] }

API principal

  • avila::VERSION – versão do meta pacote.
  • avila::platform::* – metadados da plataforma.
  • avila::active_components() – lista dinâmica de componentes habilitados.
  • Módulos opcionais (ex.: avila::compress) expõem SUMMARY e version().

Ferramenta GUI

Execute o painel HTML para inspecionar as features ativas:

cargo run --bin active_components_gui --all-features

Isso gera target/active_components.html e abre o navegador automaticamente.

Licença

MIT OR Apache-2.0, escolha a seu critério.