Skip to main content

Crate uls_core

Crate uls_core 

Source
Expand description

Core data types and models for FCC ULS (Universal Licensing System) data.

This crate provides:

  • Data structures for all 89 ULS record types
  • Enums for radio service codes and various status codes
  • Common traits and utilities for working with ULS data

Re-exports§

pub use error::Error;
pub use error::Result;
pub use codes::*;
pub use records::*;

Modules§

codes
Code definitions and enumerations for ULS data.
error
Error types for ULS core operations.
records
ULS record type definitions.