 
            
            
            
            
                28 Jan
                
                    2023
                
            
            
                28 Jan
                
                '23
                
            
            
            
        
    
                4:14 p.m.
            
        Greetings. I am asking if there is any interest in a Boost.Buffers library, which consists of the following:
I like the separation of concerns, so I would endorse this. I would use this in two ways in MySQL: * As an implementation detail for internal buffers. I would probably be alright with something like Python's bytes (as Klements proposed). * In the interface, I need types to represent "an owning blob" and "an owning blob view". I don't know if this library would cover this, but would be nice to see it. Regards, Ruben.