nexgenomics

Crates.ionexgenomics
lib.rsnexgenomics
version0.2.11
created_at2025-10-01 15:24:49.254551+00
updated_at2025-10-12 10:37:08.752973+00
descriptionThe official Rust crate for NexGenomics
homepage
repository
max_upload_size
id1862731
size96,391
(nexgenomics)

documentation

https://docs.rs/nexgenomics

README

nexgenomics

The official Rust crate for NexGenomics

This crate accesses the NexGenomics platform. NexGenomics is the managed AI platform of choice for data-centric applications and model development.

The NexGenomics platform is for data. (Genomic support, ingestion, automatic ontology unification, format recognition)

Infrastructure, capabilities, governance.

The NexGenomics platform is governance first. It enshrines security, regulatory compliance, and granular access control as foundational values.

The NexGenomics platform is simple but powerful. Easy ingestion for data-enabled AIs as simple as chatbox integration, all the way up to enterprise-scale applications with hundreds of agents.

Advanced support for managed AI services and industrial AI applications.

The library

The library is async-first, mostly providing async functions that perform queries and other functions on the NexGenomics platform.

Accounts and Authentication

Most operations in this library require authentication.

User authentication is required for most administration functions, and requires you to create an account at the Nexgenomics Agent Store.

Agent authentication is required for most data and query functions, and requires authentication tokens generated for individual AI agents.

Commit count: 0

cargo fmt