// This is free and unencumbered software released into the public domain.
usecrate::{BoxError, StandardOptions};useasimov_id::{Handle, PublicKey};pub async fnadd(_handle:&Handle,
_endpoints:&[PublicKey],
_flags:&StandardOptions,
)->Result<(), BoxError>{Ok(())// TODO
}